home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / POETRY.DIR / 00007_Script_buildPoetryList < prev    next >
Text File  |  1995-11-15  |  4KB  |  74 lines

  1. on buildPoetryList
  2.   global gPoetryList
  3.   if voidP(gPoetryList) then
  4.     set gPoetryList to [:]
  5.     set gPoetryList to value(field "poetrylist")
  6.     sort gPoetryList
  7.   end if
  8. end buildPoetryList
  9.  
  10. --on dfgasdfghasdfgdfhg
  11. --  global oPoetryList
  12. --  if voidP(oPoetryList) then
  13. --    set oPoetryList to [:]
  14. --    pL  #P11, ["from LoveÆs LaborÆs Lost", "Poetry.DIR", ""]
  15. --    pL  #P12, ["from The Merchant of Venice", "Poetry.DIR", ""]
  16. --    pL  #P13, ["The Sun Rising", "Poetry.DIR", ""]
  17. --    pL  #P14, ["On Leaping over the Moon", "Poetry.DIR", ""]
  18. --    pL  #P15, ["from Paradise Lost, Book III", "Poetry.DIR", ""]
  19. --    pL  #P16, ["The Definition of Love", "Poetry.DIR", ""]
  20. --    pL  #P21, ["The Copernican System", "Poetry.DIR", ""]
  21. --    pL  #P22, ["To the Evening Star", "Poetry.DIR", ""]
  22. --    pL  #P23, ["The Star", "Poetry.DIR", ""]
  23. --    pL  #P24, ["A Version of OssianÆs Address to the Sun", "Poetry.DIR", ""]
  24. --    pL  #P25, ["from Darkness", "Poetry.DIR", ""]
  25. --    pL  #P26, ["To the Moon", "Poetry.DIR", ""]
  26. --    pL  #P31, ["Ode to Heaven", "Poetry.DIR", ""]
  27. --    pL  #P32, ["Hesperus", "Poetry.DIR",""]
  28. --    pL  #P33, ["Bright Star", "Poetry.DIR", ""]
  29. --    pL  #P34, ["from Al Aaraaf", "Poetry.DIR", ""]
  30. --    pL  #P35, ["from Pippa Passes", "Poetry.DIR", ""]
  31. --    pL  #P41, ["When I Heard the LearnÆd Astronomer", "Poetry.DIR", ""]
  32. --    pL  #P42, ["Lucifer in Starlight", "Poetry.DIR", ""]
  33. --    pL  #P43, ["Between the Sunken Sun and the New Moon", "Poetry.DIR", ""]
  34. --    pL  #P44, ["The Brainùis wider than the Skyù", "Poetry.DIR", ""]
  35. --    pL  #P45, ["ôArcturusö is his other nameù", "Poetry.DIR", ""]
  36. --    pL  #P46, ["The Stars", "Poetry.DIR", ""]
  37. --    pL  #P51, ["Music in the Night", "Poetry.DIR", ""]
  38. --    pL  #P52, ["The Comet at YellÆham", "Poetry.DIR", ""]
  39. --    pL  #P53, ["The Comet at YellÆham", "Poetry.DIR", ""]
  40. --    pL  #P54, ["The Celestial Passion", "Poetry.DIR", ""]
  41. --    pL  #P55, ["Escape at Bedtime", "Poetry.DIR", ""]
  42. --    pL  #P56, ["In Dispraise of the Moon", "Poetry.DIR", ""]
  43. --    pL  #P61, ["The Stars", "Poetry.DIR", ""]
  44. --    pL  #P62, ["Places Among the Stars", "Poetry.DIR", ""]
  45. --    pL  #P63, ["El Hombre", "Poetry.DIR", ""]
  46. --    pL  #P64, ["Stars at Tallapoosa", "Poetry.DIR", ""]
  47. --    pL  #P65, ["Full Moon", "Poetry.DIR", ""]
  48. --    pL  #P66, ["Lunar Baedeker", "Poetry.DIR", ""]
  49. --    pL  #P71, ["Sun Song", "Poetry.DIR", ""]
  50. --    pL  #P72, ["Song for the Northern Quarter", "Poetry.DIR", ""]
  51. --    pL  #P73, ["Stars", "Poetry.DIR", ""]
  52. --    pL  #P74, ["The Robber Moon", "Poetry.DIR", ""]
  53. --    pL  #P75, ["Two Astronomers with Notebooks", "Poetry.DIR", ""]
  54. --    pL  #P76, ["Intermission I", "Poetry.DIR", ""]
  55. --    pL  #P81, ["How to Tell Distances", "Poetry.DIR", ""]
  56. --    pL  #P82, ["Planetary Exchange", "Poetry.DIR", ""]
  57. --    pL  #P83, ["Two Years Later", "Poetry.DIR", ""]
  58. --    pL  #P84, ["A Theory of the Universe", "Poetry.DIR", ""]
  59. --    pL  #P85, ["Sonnet", "Poetry.DIR", ""]
  60. --    pL  #P86, ["Magic Lantern", "Poetry.DIR", ""]
  61. --    pL  #P91, ["Compline", "Poetry.DIR", ""]
  62. --    pL  #P92, ["Dark Star", "Poetry.DIR", ""]
  63. --    pL  #P93, ["Masterpiece", "Poetry.DIR", ""]
  64. --    pL  #P94, ["Apollo 17", "Poetry.DIR", ""]
  65. --    pL  #P95, ["Moonlight", "Poetry.DIR", ""]
  66. --    pL  #P96, ["One Brain", "Poetry.DIR", ""]
  67. --    sort oPoetryList
  68. --  end if
  69. --end dfgasdfghasdfgdfhg
  70. --
  71. --on pL sN,L
  72. --  global oPoetryList
  73. --  addprop oPoetryList,sN,L
  74. --end pL